build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from
authorTim Janik <timj@gtk.org>
Wed, 17 Mar 1999 02:43:20 +0000 (02:43 +0000)
committerTim Janik <timj@src.gnome.org>
Wed, 17 Mar 1999 02:43:20 +0000 (02:43 +0000)
commit2d49bbb044de4ad315ba22f7a32a1342ab8c425d
treee254c0c19d872280a7cb6a9a9e766e82e1a6b32b
parentf045ba415af3f1f779639e5a5c96e91c618adfe7
build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from

Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>

        * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
        gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.

        * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
        file. strongly deprecated the GTK_HAVE_* macros, we provide
        GTK_CHECK_VERSION() for people that need to check for certain
        Gtk+ versions.

        * gtk/gtkcompat.h: removed this from CVS.
        * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
        idea right from the start, it just didn't seem like that back then.
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in
gtk/.cvsignore
gtk/Makefile.am
gtk/gtk.h
gtk/gtkcompat.h [deleted file]
gtk/gtkcompat.h.in [new file with mode: 0644]
gtk/gtkfeatures.h.in [deleted file]
gtk/gtkmain.c